projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cdf232
)
(toggle-input-method): No error if enable-multibyte-characters is nil.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 4 Sep 1997 04:49:53 +0000
(
04:49
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 4 Sep 1997 04:49:53 +0000
(
04:49
+0000)
lisp/international/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-cmds.el
b/lisp/international/mule-cmds.el
index 96a02749123492e0015842572eb7fd7272f98d6e..0bfb3830ca36e31ab45018ca6bb3919a4ea054b4 100644
(file)
--- a/
lisp/international/mule-cmds.el
+++ b/
lisp/international/mule-cmds.el
@@
-517,8
+517,6
@@
When there's no input method to turn on, turn on what read from minibuffer."
(let* ((default (or (car input-method-history) default-input-method)))
(if (and current-input-method (not arg))
(inactivate-input-method)
- (if (not enable-multibyte-characters)
- (error "Can't activate any input method while multibyte characters are disabled"))
(activate-input-method
(if (or arg (not default))
(read-input-method-name